golang.org/x/net/http2.priorityWriteScheduler.writeThrottleLimit (field)

8 uses

	golang.org/x/net/http2 (current package)
		writesched_priority.go#L77: 		ws.writeThrottleLimit = 1024
		writesched_priority.go#L79: 		ws.writeThrottleLimit = math.MaxInt32
		writesched_priority.go#L247: 	writeThrottleLimit   int32
		writesched_priority.go#L408: 			limit = ws.writeThrottleLimit
		writesched_priority.go#L419: 			ws.writeThrottleLimit += 1024
		writesched_priority.go#L420: 			if ws.writeThrottleLimit < 0 {
		writesched_priority.go#L421: 				ws.writeThrottleLimit = math.MaxInt32
		writesched_priority.go#L424: 			ws.writeThrottleLimit = 1024